home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.3 Development Libraries / SGI IRIX 6.3 Development Libraries.iso / dist6.3 / ViewKit_dev.idb / usr / share / src / ViewKit / Dialogs / Makefile.z / Makefile
Encoding:
Makefile  |  1996-09-20  |  513 b   |  38 lines

  1. #!smake
  2. include $(ROOT)/usr/include/make/commondefs
  3.  
  4. MOTIFLIBS = -lSgm -lXm -lXt -lX11 -lPW
  5. VKLIBS =  $(VKLIBPATH) -lvk
  6. LLDLIBS=  $(VKLIBS) $(MOTIFLIBS) -lm -lC
  7. LC++FLAGS=$(VKINCLUDEPATH)
  8.  
  9. SUBDIRS=\
  10.     DialogDemo
  11.  
  12.  
  13. C++FILES=    \
  14.     $(NULL)
  15.  
  16. HEADERS=    \
  17.     $(NULL)
  18.  
  19. TARGETS= \
  20.     busy \
  21.     custom\
  22.     fileSBdialog\
  23.     question\
  24.     dialog\
  25.     progress\
  26.     colordialog\
  27.     $(NULL)
  28.  
  29. COMMONPREF = lcl_
  30. default all: targets
  31. lcl_targets: $(TARGETS)
  32. targets $(COMMONTARGS): $(COMMONPREF)$$@
  33.     $(SUBDIRS_MAKERULE)
  34.  
  35. headers:
  36.  
  37. include $(COMMONRULES)
  38.